body {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.hlcr_pro3 .hrul_cont{
  display: flex;
  flex-direction: column;
}
.hlcr_pro3 .hlcr_ri .std_title5{
  padding-left: 20px;
}
.home-header {
  display: flex;
  justify-content: center;
  height: 100px;
  z-index: 999;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}
.header-container-shadow{
  width: 100%;
}
.home-header .container {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-header .container .home-menu {
  display: none;
  width: 20px;
  padding: 2px 0;
  border: 3px solid #383838;
  border-left: none;
  border-right: none;
  margin: 0 12px;
}
.home-header .container .logo {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
}
.home-header .container .logo img {
  width: 100%;
}
.home-header .container ul {
  display: flex;
  font-size: 18px;
  color: #4e5969;
  padding: 0;
  margin: 0;
  font-weight: 800;
  height: 100%;
  position: relative;
}

.home-header .container ul li {
  user-select: none;
  z-index: 3;
}
.home-nav-bg{
  position: fixed;
  height: 100px;
  width: 100px;
  background: rgba(59, 92, 188, 0.6);
  border-radius: 4px;
  left: 0;
  top: 0;
  transition: all .5s;
  transform: translateX(0);
  z-index: 2;
  display: none;
}
.home-header .container ul:hover .home-nav-bg{
  /* display: block; */
}
.home-header .container ul li > a {
  line-height: 100px;
  padding: 0 30px;
  color: #4e5969;
  height: 100px;
  display: block;
}
.home-header .container ul li > a img {
  margin-left: 4px;
}
.home-header .container ul li:hover a {
  color: #fff;
}
.home-header .container ul li.li-hover {
  /* position: relative; */
}
.home-header .container ul li.li-hover:hover::after{
  /* content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  height: 3px;
  width: 120px;
  background: #192e6b; */
}
.product-hover-list {
  position: fixed;
  top: 100px;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(184, 184, 184, 1); 
  width: 100%;
  min-height: 600px;  
  transition: all .2s;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
}
.home-header .container ul li.li-hover:hover .product-hover-list{
  transform: scaleY(1);
  opacity: 1;
}
.product-hover-list .container{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.product-type-list{
  width: 180px;
  font-size: 20px;
  padding-left: 50px;
  position: relative;
  color: rgba(56, 56, 56, 1);
}
.product-type-list::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display:block;
  width: 1px;
  background: rgba(184, 184, 184, 1);
  height: 110%
}
.product-type-list span{
  line-height: 28px;
  padding: 11px 0;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  margin: 9px 0;
}
.product-type-list span.active,.product-type-list span:hover{
  border-color: rgba(59, 92, 188, 1);
  color: rgba(59, 92, 188, 1);
}
.hover-list-content{
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 4px 1px rgba(204, 204, 204, 0.25);
  margin: 20px 50px;
  flex: 1;
  height:540px;
  border-top: 1px solid transparent;
  padding: 26px;
  box-sizing: border-box;
  display: none;
  flex-wrap: wrap;
  align-content: flex-start;
}
.hover-list-content-item .item-title{
  color: rgba(56, 56, 56, 1);
  font-size: 18px;
  border-bottom: 2px solid rgba(56, 56, 56, 1);
  line-height: 33px;
  padding: 4px 0 4px 3px;
  position: relative;
  margin-left: 3px;
  margin-bottom: 20px;
  font-weight: 700;
  width: fit-content;
  padding-right: 30px;
}
.hover-list-content-item .item-title::after{
  content: '';
  position: absolute;
  display: block;
  height:10px;
  width: 2px;
  left: 0;
  bottom: -6px;
  background: rgba(56, 56, 56, 1);
}
.item-title-f{
  margin: 20px 0 15px;
  color: rgba(128, 128, 128, 1);
  font-size: 16px;
  line-height: 28px;
  padding-left: 23px;
  border-left: 8px solid rgba(128, 128, 128, 1);
  font-weight: 500;
}
.item-title-f:nth-child(2){
  margin-top: 10px;
}
.hover-list-content-item{
  display: flex;
  flex-direction: column;
  flex: 0 0 33%;
  padding-right: 5%;
}
.hover-list-content-item-wrap{
  margin-right: 70%;
  margin-bottom: 24px;
}
.hover-list-content-item-wrap .item-title{
  cursor: pointer;
}
.hover-list-content-item>a{
  color: rgba(56, 56, 56, 1) !important;
  font-size: 16px;
  line-height: 22px;
  margin-left: 31px;
  margin-bottom: 15px;
  font-weight: 700;
}
.product-hover-items{
  min-height: 120px;
}
.hover-list-items{
  display: flex;
  font-size: 18px;
  height: 120px;
  justify-content: center;
  width: 100%;
  gap: 0 5%;
  align-items: center;
}
.hover-list-items a{
  color: rgba(56, 56, 56, 1) !important;
  display: flex;
  align-items: center;
}
.hover-list-items a img{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.hover-list-items a:hover{
  color: rgba(59, 92, 188, 1) !important;
}
.pro-item{
  margin: 15px 0 !important;
}
.hover-list-content-item>a:hover,.hover-list-content-item-wrap .item-title:hover{
  color: rgba(59, 92, 188, 1) !important;
}
.nav-m-menu {
  position: fixed;
  top: 40px;
  left: 0;
  width: 112px;
  background: #fff;
  z-index: 50;
  display: none;
}
.nav-m-menu ul {
  padding: 0;
}
.nav-m-menu ul li {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.nav-m-menu ul li a {
  color: #808080;
  height: 100%;
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-m-menu ul li:hover {
  background: #3b5cbc;
}
.nav-m-menu ul li:hover a {
  color: #fff;
}
.home-content {
  /* flex: 1;
  overflow-y: auto; */
}
.home-content .home-nav-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 800px;
  max-height: 800px;
}
.home-content .home-nav-swiper .home-nav-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.home-content .home-nav-swiper .home-nav-img img {
  min-width: 1920px;
  width: 100%;
}
.home-content .home-nav-swiper .swiper-pagination-bullets {
  bottom: 47px !important;
}
.home-content
  .home-nav-swiper
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #000;
  opacity: 1;
  margin: 0 18px !important;
}
.home-content
  .home-nav-swiper
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(56, 56, 56, 0.5);
  border: none;
  position: relative;
}
.home-content
  .home-nav-swiper
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background: #383838;
  left: 3px;
  top: 3px;
  border-radius: 50%;
}
.home-content .home-nav-swiper .swiper-button-prev {
  left: 7%;
  color: #fff;
  top: 400px;
  display: none;
}
.home-content .home-nav-swiper .swiper-button-prev::after {
  font-size: 22px;
}
.home-content .home-nav-swiper .swiper-button-next {
  right: 7%;
  color: #fff;
  top: 400px;
  display: none;
}
.home-content .home-nav-swiper .swiper-button-next::after {
  font-size: 22px;
}
.home-content .home-nav-swiper:hover .swiper-button-prev {
  display: block;
}
.home-content .home-nav-swiper:hover .swiper-button-next {
  display: block;
}
.home-content .home-product {
  background: linear-gradient(90deg, rgba(33, 58, 148, 1) 0%, rgba(36, 63, 163, 1) 50%, rgba(33, 58, 148, 1) 100%);
  padding: 41px 0 29px 0;
  box-sizing: border-box;
}
.home-content .home-product h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 57px;
}
.home-content .home-product h3::after {
  content: '';
  width: 60px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.home-content .home-product .home-product-list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
.home-content .home-product .home-product-list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.home-content .home-product .home-product-list li img {
  width: 80px;
  height: 80px;
  transition: all 0.3s;
}
.home-content .home-product .home-product-list li h4 {
  font-size: 20px;
  color: #fff;
  margin: 5px 0 0;
  line-height: 33px;
}
.home-content .home-product .home-product-list li::before {
  content: '';
  height: 94px;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  background: #fff;
}
.home-content .home-product .home-product-list li:last-child::after {
  content: '';
  height: 94px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  background: #fff;
}
.home-content .home-product .home-product-list li .home-product-list-out {
  width: 270px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  display: none;
  flex-direction: column;
  z-index: 4;
}
.home-content .home-product .home-product-list li .home-product-list-out a {
  background: #1e3d76;
  opacity: 0.8;
  color: #fff;
  line-height: 54px;
  font-size: 14px;
  text-align: center;
}
.home-content
  .home-product
  .home-product-list
  li
  .home-product-list-out
  a:hover {
  opacity: 1;
}
.home-content
  .home-product
  .home-product-list
  li
  .home-product-list-out
  a:first-child::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #1e3d76 transparent;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.home-content
  .home-product
  .home-product-list
  li
  .home-product-list-out
  a:first-child::after {
  content: '';
  width: 100%;
  height: 10px;
  left: 0;
  position: absolute;
  background: transparent;
  top: -10px;
}
.home-content .home-product .home-product-list li:hover img {
  transform: scale(1.1);
}
.home-content .home-product .home-product-list li:hover .home-product-list-out {
  display: flex;
}
.home-content .home-product-m {
  display: none;
}
.home-content .home-product-m h4 {
  font-size: 16px;
  text-align: center;
  height: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin: 0;
  background: linear-gradient(
    221.29deg,
    #0609bd 0%,
    #007ee6 49.18%,
    #2100f5 100%
  );
}
.home-content .home-product-m h4::after {
  content: '';
  width: 35px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  margin-top: 4px;
}
.home-content .product-m-swiper {
  display: none;
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.home-content .product-m-swiper .swiper-notification {
  display: none;
}
.home-content .product-m-swiper .home-product-m-card {
  border-radius: 5px;
  background: #ffffff;
  width: 224px;
  padding: 8px 15px;
  box-sizing: border-box;
  position: relative;
  margin: 10px;
  height: 180px;
}
.home-content .product-m-swiper .home-product-m-card h3 {
  color: #808080;
  font-size: 16px;
  margin-bottom: 8px;
}
.home-content .product-m-swiper .home-product-m-card h4 {
  color: #808080;
  font-size: 12px;
  margin-bottom: 8px;
}
.home-content .product-m-swiper .home-product-m-card img {
  max-width: 80%;
  max-height: 60%;
  margin: 0 auto;
  display: block;
}
.home-content .product-m-swiper .home-product-m-card div {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 12px;
  color: #383838;
}
.home-content .home-product-list-m {
  display: none;
}
.home-content .home-product-list-m ul {
  display: flex;
  justify-content: center;
  margin: 12px 0 30px;
  padding: 0;
}
.home-content .home-product-list-m ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
}
.home-content .home-product-list-m ul li .home-product-list-m-box {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}
.home-content .home-product-list-m ul li .home-product-list-m-box:hover {
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
.home-content .home-product-list-m ul li .home-product-list-m-box h4 {
  font-size: 10px;
  color: #808080;
  margin-top: 3px;
}
.home-content .home-product-list-m ul li .home-product-list-m-box img {
  width: 40px;
  height: 40px;
}
.home-content .home-product-list-m ul li .home-product-list-out {
  display: none;
  position: absolute;
  bottom: 0;
  font-size: 10px;
  background: #134699;
  flex-wrap: wrap;
  width: 100vw;
  transform: translateY(100%);
}
.home-content .home-product-list-m ul li .home-product-list-out a {
  line-height: 30px;
  color: #fff;
  margin: 10px;
}
.home-content .home-product-list-m ul li:nth-child(1) .home-product-list-out {
  left: 0;
}
.home-content .home-product-list-m ul li:nth-child(2) .home-product-list-out {
  left: -100%;
}
.home-content .home-product-list-m ul li:nth-child(3) .home-product-list-out {
  left: -200%;
}
.home-content .home-product-list-m ul li:nth-child(4) .home-product-list-out {
  left: -300%;
}
.home-content .home-product-list-m ul li:nth-child(5) .home-product-list-out {
  left: -400%;
}
.home-content .home-product-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px 0 150px;
}
.home-content .home-product-swiper .home-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.home-content .home-product-swiper .home-product-list .home-product-card {
  cursor: pointer;
  flex: 1;
  min-width: 22%;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card
  .product-card-img {
  transition: all 0.3s;
  background: #f5f4fa;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card
  .product-card-img
  img {
  max-width: 80%;
  max-height: 80%;
  transition: all 0.3s;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card
  .product-card-img
  .product-img-icon {
  width: 40px;
  height: 40px;
  position: absolute;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card
  .product-card-content {
  padding: 8px 0;
  transition: all 0.3s;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card
  .product-card-content
  h4 {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin: 0;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card
  .product-card-content
  .product-card-p {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4e5969;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card
  .product-card-content
  .product-card-p
  .product-card-more {
  display: none;
  align-items: center;
  padding: 2px 0;
  font-size: 12px;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card
  .product-card-content
  .product-card-p
  .product-card-more
  span {
  border-right: 1px solid #fff;
  padding-right: 4px;
  line-height: 1em;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card
  .product-card-content
  .product-card-p
  .product-card-more
  img {
  margin-left: 5px;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card:hover
  .product-card-img {
  background: rgba(56, 56, 56, 0.3);
  position: relative;
}
.home-content
  .home-product-swiper
  .home-product-list
  .product-card-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: transparent;
  border: 2px solid #ffffff;
  opacity: 0;
  transition: all .3s ease;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card:hover
  .product-card-img::after {
  width: 90%;
  height: 90%;
  opacity: 1;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card:hover
  .product-card-img
  img {
  transform: scale(1.05);
}
.home-content
  .home-product-swiper
  .home-product-list
  .product-card-img
  .product-img-icon {
  opacity: 0;
  transition: all .3s ease;
  transform: translateY(-140px);
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card:hover
  .product-card-img
  .product-img-icon {
  opacity: 1;
  transform: translateY(0);
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card:hover
  .product-card-content {
  padding: 8px 13px;
  background: #3b5cbc;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card:hover
  .product-card-content
  h4 {
  color: #ffffff;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card:hover
  .product-card-content
  .product-card-p {
  color: #ffffff;
}
.home-content
  .home-product-swiper
  .home-product-list
  .home-product-card:hover
  .product-card-content
  .product-card-p
  .product-card-more {
  display: flex;
}
.home-content .home-product-swiper .swiper-pagination-bullets {
  bottom: 47px !important;
}
.home-content
  .home-product-swiper
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #000;
  opacity: 1;
  margin: 0 18px !important;
}
.home-content
  .home-product-swiper
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(56, 56, 56, 0.5);
  border: none;
  position: relative;
}
.home-content
  .home-product-swiper
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background: #383838;
  left: 1px;
  top: 1px;
  border-radius: 50%;
}
.home-content .home-product-swiper .swiper-product {
  bottom: 0 !important;
}
.home-content .about-us {
  background: url(../img/home/aboutusbg.png);
  background-position: center;
  background-size: cover;
}
.home-content .about-us .about-us-content {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 900px;
}
.home-content .about-us .about-us-content .about-left {
  width: 25%;
  margin-right: 10%;
  padding-top: 4%;
}
.home-content .about-us .about-us-content .about-left h4 {
  display: flex;
  margin-bottom: 25px;
}
.home-content .about-us .about-us-content .about-left h4 div {
  line-height: 40px;
  font-size: 30px;
  margin-right: 30px;
}
.home-content .about-us .about-us-content .about-left h4 span {
  line-height: 25px;
  font-size: 18px;
  align-items: flex-end;
  display: flex;
}
.home-content .about-us .about-us-content .about-left p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 25%;
}
.home-content .about-us .about-us-content .about-left .about-btn {
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  color: rgba(56, 56, 56, 1);
  width: 150px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
}
.home-content .about-us .about-us-content .about-left .about-btn:hover {
  background: #3c5ae9;
  color: #ffffff;
}
.home-content .about-us .about-us-content .about-right {
  position: relative;
}
.home-content .about-us .about-us-content .about-right img {
  width: 434px;
  height: 266px;
  z-index: 3;
  position: relative;
}
.home-content .about-us .about-us-content .about-right::after {
  content: '';
  width: 204px;
  height: 177px;
  background: rgba(31, 48, 156, 1);
  position: absolute;
  right: -24px;
  top: -24px;
  z-index: 1;
}
.home-content .about-us .about-us-content .about-right::before {
  content: '';
  width: 299px;
  height: 222px;
  background: rgba(48, 73, 194, 1);
  position: absolute;
  left: -24px;
  bottom: -24px;
  z-index: 1;
}
.home-content .about-us .about-us-content .about-right h3 {
  position: absolute;
  right: -86px;
  bottom: -22%;
  z-index: 3;
  font-size: 50px;
  font-weight: 800;
  line-height: 49px;
}
/* .home-content .about-us .about-us-content .about-right h3 span {
  color: #85b6ff;
} */
.home-content .about-us-m-title {
  position: relative;
}
.home-content .about-us-m-title img {
  width: 100%;
}
.home-content .about-us-m-title .about-us-m-box {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(27, 69, 135, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12px;
}
.home-content .about-us-m-title .about-us-m-box h3 {
  font-size: 36px;
  line-height: 50px;
}
.home-content .about-us-m-title .about-us-m-box h4 {
  font-size: 18px;
  font-weight: 500;
}
.home-content .about-us-m {
  display: none;
}
.home-content .about-us-m .about-us-m-content {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 5%;
  padding: 25px;
  box-sizing: border-box;
  transform: translateY(-50px);
  margin-bottom: -150px;
}
.home-content .about-us-m .about-us-m-content p {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.5em;
  color: #383838;
  margin-bottom: 10px;
}
.home-content .about-us-m .about-us-m-content .about-us-m-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
.home-content
  .about-us-m
  .about-us-m-content
  .about-us-m-img
  .about-us-m-img-box {
  position: relative;
  width: 178px;
  height: 112px;
}
.home-content
  .about-us-m
  .about-us-m-content
  .about-us-m-img
  .about-us-m-img-box
  h5 {
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  left: 0;
  bottom: -18px;
  font-weight: 800;
  z-index: 4;
  color: #fff;
}
.home-content
  .about-us-m
  .about-us-m-content
  .about-us-m-img
  .about-us-m-img-box
  h5
  span {
  color: #ff8d1a;
}
.home-content
  .about-us-m
  .about-us-m-content
  .about-us-m-img
  .about-us-m-img-box
  img {
  width: 178px;
  height: 112px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.home-content
  .about-us-m
  .about-us-m-content
  .about-us-m-img
  .about-us-m-img-box::after {
  content: '';
  position: absolute;
  display: block;
  width: 108px;
  height: 83px;
  right: -12px;
  top: -12px;
  background: #1b4587;
  z-index: 1;
}
.home-content
  .about-us-m
  .about-us-m-content
  .about-us-m-img
  .about-us-m-img-box::before {
  content: '';
  position: absolute;
  display: block;
  width: 108px;
  height: 83px;
  left: -11px;
  bottom: -14px;
  background: #1f1f1f;
  z-index: 1;
}
.home-content .about-us-m .about-us-m-content .about-us-m-img > span {
  border-radius: 4px;
  background: #e5e5e5;
  padding: 3px 17px;
  font-size: 14px;
  color: #808080;
}
.home-content .home-content-title {
  margin: 150px auto 35px;
}
.home-content .home-content-title h2 {
  line-height: 49px;
  font-size: 30px;
  color: #454545;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.home-content .home-content-title h2::after {
  content: '';
  position: absolute;
  height: 5px;
  width: 70px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(48, 73, 194, 1);
  border-radius: 3px;
}
.home-content .home-content-title h4 {
  color: #383838;
  font-weight: 500;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
}
.home-content .industry-case .home-industry-list {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #454545;
  margin: 50px 0;
}
.home-content .industry-case .home-industry-list span {
  line-height: 30px;
  padding: 0 50px;
  border-right: 1px solid #454545;
}
.home-content .industry-case .home-industry-list span:last-child {
  border: none;
}
.home-content .industry-case .home-industry-content {
  display: flex;
  gap: 0 23px;
}
.home-content .industry-case .home-industry-content .home-industry-card {
  flex: 1;
}
.home-content .industry-case .home-industry-content .home-industry-card img {
  width: 100%;
}
.home-content
  .industry-case
  .home-industry-content
  .home-industry-card
  .home-industry-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
  transition: all 0.3s;
}
.home-content
  .industry-case
  .home-industry-content
  .home-industry-card
  .home-industry-title
  h4 {
  font-size: 24px;
  color: #454545;
  line-height: 33px;
  margin: 0;
}
.home-content
  .industry-case
  .home-industry-content
  .home-industry-card
  .home-industry-title
  h5 {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
  margin: 0;
}
.home-content
  .industry-case
  .home-industry-content
  .home-industry-card:hover
  .home-industry-title {
  background: #3b5cbc;
  align-items: flex-start;
  padding-bottom: 10px;
}
.home-content
  .industry-case
  .home-industry-content
  .home-industry-card:hover
  .home-industry-title
  h4 {
  font-size: 20px;
  color: #ffffff;
  line-height: 27px;
  padding-left: 12px;
  border-bottom: 1px solid #fff;
}
.home-content
  .industry-case
  .home-industry-content
  .home-industry-card:hover
  .home-industry-title
  h5 {
  display: block;
  padding-left: 12px;
}
.home-content .industry-case .home-industry-more {
  margin: 58px auto 150px;
  border-radius: 3px;
  border: 1px solid rgba(166, 166, 166, 1);
  width: 150px;
  height: 40px;
  font-size: 20px;
  color: rgba(69, 69, 69, 1);
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
.home-content .industry-case .home-industry-more:hover {
  background: #3c5ae9;
  color: #fff;
}
.home-content .industry-case-m {
  margin-bottom: -120px;
  display: none;
}
.home-content .industry-case-m .industry-case-m-list {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 5%;
  padding: 20px;
  transform: translateY(-140px);
}
.home-content .industry-case-m .industry-case-m-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #a6a6a6;
}
.home-content .industry-case-m .industry-case-m-list li div {
  padding: 7px 0 8px;
}
.home-content .industry-case-m .industry-case-m-list li div h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
  margin: 0;
}
.home-content .industry-case-m .industry-case-m-list li div p {
  font-size: 12px;
  color: #a6a6a6;
  line-height: 17px;
  margin: 0;
}
.home-content .home-news-center {
  background: url(../img/home/news-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.home-content .home-news-center .home-news-header {
  position: absolute;
  z-index: 5;
  top: 10%;
  left: 0;
  width: 100%;
}
.home-content .home-news-center .home-news-header .home-news-btn {
  display: flex;
  justify-content: flex-end;
  height: 24px;
}
.home-content .home-news-center .home-news-header .home-news-btn div {
  padding: 2px 11px;
  background: #192e6b;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  line-height: 19px;
  cursor: pointer;
}

.home-content
  .home-news-center
  .home-news-header
  .home-news-btn
  div:last-child {
  cursor: pointer;
  background: transparent;
  color: #a6a6a6;
  margin-left: 8px;
}
.home-news-header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-content .home-news-center .home-news-header .home-news-btn div:hover {
  background: #192e6b;
  color: #ffffff;
}
.home-content .home-news-center .home-news-header .home-news-title {
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  padding-left: 20px;
}
.home-content .home-news-center .home-news-header .home-news-title h4 {
  font-size: 36px;
  line-height: 49px;
  margin: 0 30px 0 0;
}
.home-content .home-news-center .home-news-header .home-news-title span {
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
}
.home-content .home-news-center .home-news-list {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.home-content .home-news-center .home-news-list .container {
  justify-content: space-between;
  z-index: 2;
  height: 900px;
  display: flex;
}
.home-content .home-news-center .home-news-list .home-news-card-list {
  flex: 1;
  justify-content: space-between;
  z-index: 2;
  height: 900px;
  display: flex;
}
.home-content .home-news-center .home-news-list .home-news-card {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0 20px 10%;
  transition: all 0.3s;
  background: transparent;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  flex: 1;
  position: relative;
}
.home-content
  .home-news-center
  .home-news-list
  .home-news-card
  .home-news-head {
  margin-bottom: 36px;
}
.home-content
  .home-news-center
  .home-news-list
  .home-news-card
  .home-news-head
  h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 21px;
  font-weight: 500;
  position: relative;
}
.home-content
  .home-news-center
  .home-news-list
  .home-news-card
  .home-news-head
  h4::after {
  content: '';
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -11px;
  background: #a6a6a6;
}
.home-content
  .home-news-center
  .home-news-list
  .home-news-card
  .home-news-head
  h5 {
  font-size: 18px;
  color: #a6a6a6;
  line-height: 25px;
  font-weight: 500;
}

.home-content
  .home-news-center
  .home-news-list
  .home-news-card
  .home-news-content {
  font-size: 16px;
  color: #e5e5e5;
  line-height: 1.5em;
  margin-bottom: 12px;
  min-height: 150px;
  overflow: hidden;
}
.home-content .home-news-center .home-news-list .home-news-card img {
  margin-bottom: 10%;
  max-height: 120px;
  max-width: 80%;
  position: absolute;
  bottom: 100px;
  transition: all .5s;
  width: 290px;
  height: 108px;
}
.home-content .home-news-center .home-news-list .home-news-card:hover {
  background: rgba(27, 69, 135, 0.9);
}
.home-news-card-text{
  width: 80%;
  position: absolute;
  bottom: 280px;
  transition: all .5s;
}
.home-content .home-news-center .home-news-list .home-news-card:hover img {
  bottom: 380px;
}
.home-content .home-news-center .home-news-list .home-news-card:hover .home-news-card-text {
  bottom: 100px;
}
.home-content
  .home-news-center
  .home-news-list
  .home-news-card:hover
  .home-news-head
  h5 {
  color: #fff;
}
.home-content .home-news-center-m {
  display: none;
}
.home-content .home-news-center-m .home-news-center-m-title h4 {
  font-size: 24px;
  color: #383838;
  text-align: center;
  line-height: 33px;
  margin: 0;
}
.home-content .home-news-center-m .home-news-center-m-title p {
  margin: 0;
  font-size: 12px;
  color: #a6a6a6;
  text-align: center;
}
.home-content .home-news-center-m ul {
  padding: 0;
  margin: 0 15px;
}
.home-content .home-news-center-m ul li {
  margin-top: 15px;
}
.home-content .home-news-center-m ul li img {
  width: 100%;
}
.home-content .home-news-center-m ul li .home-news-center-m-content {
  background: #f5f5f5;
  padding: 15px 24px 18px;
}
.home-content .home-news-center-m ul li .home-news-center-m-content h3 {
  font-size: 24px;
  color: #383838;
  border-bottom: #a6a6a6;
  display: inline;
  margin-bottom: 7px;
  line-height: 33px;
}
.home-content .home-news-center-m ul li .home-news-center-m-content h4 {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 18px;
}
.home-content .home-news-center-m ul li .home-news-center-m-content p {
  font-size: 18px;
  color: #383838;
  line-height: 25px;
  margin-bottom: 24px;
}
.home-content .home-news-center-m ul li .home-news-center-m-content div {
  display: inline;
  padding: 8px 20px;
  border-radius: 50px;
  background: #3b5cbc;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.home-content .home-partner-swiper {
  overflow: hidden;
  margin-bottom: 150px;
}
.home-content .home-partner-m-swiper {
  display: none;
  margin: 10px 0 50px 0;
  overflow: hidden;
}
.home-content .home-partner-m-swiper img {
  max-width: 166px;
  max-height: 100px;
}
.home-content .home-partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 41px 1%;
  justify-content: center;
}
.home-content .home-partner-list a {
  display: flex;
  width: 260px;
  height: 130px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.home-content .home-partner-list a img {
  max-width: 80%;
  max-height: 80%;
}
.home-content .home-partner-list a:hover {
  box-shadow: 0px 0px 16px 2px rgba(212, 212, 212, 0.5);
}
.home-footer {
  background-position: center;
  background-size: cover;
  color: #ffffff;
  display: none;
}
.home-footer .home-footer-head {
  border-bottom: 1px solid #fff;
  background: rgba(56, 56, 56, 0.5);
  padding-bottom: 2px;
}
.home-footer .home-footer-head h4 {
  margin: 0;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 4px;
}
.home-footer .home-footer-head p {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}
.home-footer .home-footer-title {
  background: url(../img/home/contact.png);
  background-position: center;
  background-size: cover;
  padding-bottom: 2px;
}
.home-footer .home-footer-title .container {
  background: rgba(56, 56, 56, 0.5);
}
.home-footer .home-footer-title h4 {
  margin: 0;
  font-size: 36px;
  line-height: 49px;
}
.home-footer .home-footer-title h5 {
  margin: 0;
  font-size: 24px;
  line-height: 33px;
}
.home-contact-us {
  position: fixed;
  right: 30px !important;
  background: #fff;
  top: 160px;
  transform: translateY(360%);
  box-shadow: 0 0 4px #ccc;
  z-index: 1000 !important;
}
.home-contact-us-box {
  position: relative;
}
.home-contact-us img {
  width: 101px !important;
  height: 81px !important;
}
.home-contact-tel {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  background: #fff;
  white-space: nowrap;
  padding: 10px;
  box-shadow: 0 0 4px #ccc;
  display: none;
  align-items: center;
  z-index: 1000 !important;
}
.home-contact-us:hover .home-contact-tel {
  display: flex;
}
.home-contact-tel::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  background: transparent;
  transform: translateX(30px);
  border: 12px solid #fff;
  margin-left: -25px;
  border-color: transparent transparent transparent #fff;
}
.home-contact-head {
  height: 240px;
  background: url(../img/home/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 66px;
  margin-bottom: -40px;
}
.home-contact-head h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 37px;
  line-height: 50px;
  position: relative;
  text-align: center;
}
.home-contact-head h3::after {
  content: '';
  display: block;
  position: absolute;
  width: 20%;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
}
.home-contact-head h3::before {
  content: '';
  width: 28px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  border: 8px solid #090909;
  z-index: 2;
}
.home-contact-head p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 22px;
  text-align: center;
}
.home-contact-head div {
  display: flex;
  justify-content: center;
}
.home-contact-head div span {
  padding: 8px 45px;
  font-size: 14px;
  margin: 0 30px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}
.home-contact {
  background: url(../img/home/contact-bg.png);
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.home-contact .home-contact-box {
  background: rgba(20, 20, 20, 0.9);
  padding-bottom: 2%;
  margin-top: 40px;
}
.home-contact .home-contact-box .home-contact-content {
  display: flex;
  flex-wrap: nowrap;
  padding: 4% 0 0;
}
.home-contact .home-contact-box .home-contact-content .home-contact-left h3 {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 120px;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-left
  h3
  span {
  font-size: 18px;
  font-weight: 400;
  color: #a6a6a6;
  margin-left: 14px;
}
.home-contact .home-contact-box .home-contact-content .home-contact-left h2 {
  font-size: 20px;
  line-height: 33px;
  margin: 0;
}
.home-contact .home-contact-box .home-contact-content .home-contact-left p {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 30px;
}
.home-contact .home-contact-box .home-contact-content .home-contact-left div {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.home-contact .home-contact-box .home-contact-content .home-contact-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 9%;
}
.home-contact .home-contact-box .home-contact-content .home-contact-right form {
  flex: 1;
  margin-bottom: 100px;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  form
  > p {
  display: flex;
  flex-wrap: wrap;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  form
  > p
  label {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin: 20px 0 20px 40px;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 16px;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  form
  > p
  label
  > span
  input,
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  form
  > p
  label
  > span
  textarea {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  form
  > p
  label
  > span
  input {
  width: 181px;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  form
  > p
  label
  > span
  textarea {
  width: 624px;
  height: 100px;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  form
  > p
  label:last-child {
  /* width: 584px; */
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  form
  .wpcf7-submit {
  margin: 0 40px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  background: #e5e5e5;
  font-size: 16px;
  color: #6e6e6e;
  text-align: center;
  outline: none;
  border: none;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  form
  .wpcf7-submit:hover {
  background: #3b5cbc;
  color: #fff;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  .screen-reader-response {
  margin-bottom: 0;
}
.form-wx {
  width: 402px !important;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  .icon-list {
  display: flex;
  margin-left: 40px;
  justify-content: flex-end;
  margin-bottom: -20px;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  align-items: center;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  .icon-list
  .icon-list-img {
  position: relative;
  margin-left: 56px;
  cursor: pointer;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  .icon-list
  .icon-list-img
  .icon-list-img-code {
    position: absolute;
    right: 50%;
    bottom: 130%;
    display: none;
    transform: translateX(50%);
    padding: 12px 15px 20px;
    border-radius: 8px;
    background: #fff;
}
.icon-list-img-code-box{
  position: relative;
}
.icon-list-img-code-box::after{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 5px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.icon-list-img-code img{
  width: 110px;
  height: 110px;
}
.icon-list-img-code p{
  font-size: 12px;
  color: rgba(56, 56, 56, 1);
  margin-top: 7px;
  text-align: center;
  margin-bottom: 0;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  .icon-list
  .icon-list-img
  > img {
  width: 24px;
  height: 24px;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  .icon-list
  .icon-list-img:hover
  > img {
  transform-origin: left;
}
.home-contact
  .home-contact-box
  .home-contact-content
  .home-contact-right
  .icon-list
  .icon-list-img:hover
  .icon-list-img-code {
  display: block;
}
.home-contact .home-contact-box .home-contact-footer p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  color: #A6A6A6;
}
.home-contact .home-contact-box .home-contact-footer p a {
  font-size: 12px;
  color: #A6A6A6;
}
.home-contact .home-contact-box .home-contact-footer p:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.home-contact-m {
  display: none;
  background: url(../img/home/contact-m-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid transparent;
}
.home-contact-m > p {
  margin: 0;
  padding: 2px 0 0;
  font-size: 8px;
  color: #fff;
  background: rgba(56, 56, 56, 0.8);
  text-align: center;
}
.home-contact-m > p a {
  font-size: 8px;
  color: #fff;
}
.home-contact-m .wpcf7 {
  padding-top: 70px;
  background: rgba(56, 56, 56, 0.8);
  color: #fff;
}
.home-contact-m .wpcf7 .screen-reader-response {
  margin-bottom: 0;
}
.home-contact-m .wpcf7 p {
  margin-bottom: 0;
  color: #fff;
}
.home-contact-m .wpcf7 p label {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin: 10px 10%;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 14px;
}
.home-contact-m .wpcf7 p label.question {
  flex-direction: column;
  align-items: flex-start;
}
.home-contact-m .wpcf7 p label input,
.home-contact-m .wpcf7 p label textarea {
  background: transparent;
  border: none;
  outline: none;
  margin-left: 10px;
  color: #fff;
}
.home-contact-m .wpcf7 p label textarea {
  height: 50px;
}
.home-contact-m .wpcf7 p .wpcf7-submit {
  margin: 0 auto;
  display: block;
  padding: 2px 30px;
  background: #3b5cbc;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
.home-download{
  position: fixed;
  right: 30px !important;
  top: 73px;
  transform: translateY(360%);
  box-shadow: 0 0 4px #ccc;
  z-index: 1000 !important;
}
.home-download img{
  width: 101px !important;
  height: 81px !important;
}
.form-tips{
  margin: 0 40px 42px;
  color: rgb(229, 229, 229);
  font-size: 14px;
}
.bottom-nav-tel-box{
  background: rgba(56, 56, 56, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99998;
  display: none;
}
.bottom-nav-tel{
  width: calc(100% - 20px);
  height: 220px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  padding: 14px 16px;
}
.bottom-nav-tel h3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}
.bottom-nav-tel h3 img{
  height: 21px;
}
.bottom-nav-tel h4{
  display: flex;
  align-items: center;
  color: rgba(59, 92, 188, 1);
  font-size: 20px;
  justify-content: center;
  margin-bottom: 32px;
  white-space: nowrap;
}
.bottom-nav-tel h4 img{
  width: 38px;
  height: 38px;
  margin-right: 9px;
}
.bottom-nav-tel a{
  border-radius: 4px;
  background: rgba(59, 92, 188, 1);
  border: none;
  outline: none;
  width: 280px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 40px;
}
.bottom-nav{
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 76px;
  background-image: url(../img/home/nav/拼合图形@3x.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  display: flex;
  align-items: flex-end;
  z-index: 99999;
}
.bottom-nav ul{
  padding: 0 10px;
  margin: 0;
  width: 100%;
  display: flex;
  height: 49px;
  background: #fff;
  align-items: center;
  justify-content: space-around ;
  box-shadow: 0px -2px 4px 0px rgba(224, 224, 224, 0.25);
}
.bottom-nav ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(112, 112, 112, 1);
  font-size: 8px;
}
.bottom-nav ul li.center{
  transform: translateY(-10px);
  width: 15%;
}
.bottom-nav ul li.center img{
  width: 65%;
  height: 24%;
}
.bottom-nav ul li img{
  width: 20px;
  height: 20px;
}
.bottom-nav ul li span{
  width: 48px;
  text-align: center;
}
.home-swiper-new{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding: 50px 0;
  border-top: 1px solid rgba(229, 229, 229, 1);
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.home-swiper-new-card{
  display: flex;
  flex-wrap: wrap;
  flex:0 0 1100px;
  gap: 20px;
}
.home-swiper-new-card a{
  width: 204px;
  height: 110px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-swiper-new-card a img{
  max-width: 80%;
  max-height: 80%;
}
.home-swiper-new-nav{
  display: flex;
  justify-content: center;
  margin-top: 39px;
  margin-bottom: 102px;
}
.home-swiper-new-nav span{
  width: 12px;
  height: 12px;
  background: rgba(128, 128, 128,0.4); 
  margin:  0 15px; 
  border-radius: 50%;
  cursor: pointer;
  transition: all .5s;
}
.home-swiper-new-nav span:hover{
  background: rgba(128, 128, 128,1);
}
.home-swiper-new-nav span.active{
  background: rgba(128, 128, 128,1);
}
@media (max-width: 1800px) {
  .home-content .home-nav-swiper {
    height: 85vh;
  }
}
@media (max-width: 1500px) {
  .home-header .container ul li {
    padding: 0 20px;
  }
  .home-header .container ul li a {
    padding: 0 5px;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .home-header .container .logo {
    flex: 0 0 120px;
  }
  .home-header .container ul {
    font-size: 12px;
  }
  .home-header .container ul li {
    padding: 0 10px;
  }
  .home-content .home-partner-list {
    gap: 41px 10px;
  }
  .home-content .home-partner-list a {
    width: 230px;
  }
  .home-content .home-product .home-product-list li img {
    width: 70px;
    height: 70px;
  }
  .home-content .home-product .home-product-list li h4 {
    font-size: 20px;
  }
  .home-content
    .home-product
    .home-product-list
    li
    .home-product-list-out
    a
    span:last-child {
    display: none;
  }
  .hover-list-content-item .item-title{
    font-size: 16px;
  }
  .home-header .container ul li a,.item-title-f{
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .home-header .container ul li {
    padding: 0;
  }
  .home-content .home-partner-list {
    gap: 31px 10px;
  }
  .home-content .home-partner-list a {
    width: 160px;
  }
}
@media (max-width: 576px) {
  .home-header {
    height: 40px;
  }
  .home-header .container .home-menu {
    display: block;
  }
  .home-header .container ul {
    display: none;
  }
  .head-right {
    flex: 0 0 50px;
  }
  .head-right .head-search {
    display: none;
  }
  .home-content .home-nav-swiper {
    height: 190px;
  }
  .home-content .home-nav-swiper .swiper-pagination-bullets {
    bottom: 10px !important;
  }
  .home-content
    .home-nav-swiper
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 8px !important;
  }
  .home-content
    .home-nav-swiper
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(56, 56, 56, 0.5);
    border: none;
    position: relative;
    border-color: rgba(20, 20, 20, 0.4);
  }
  .home-content
    .home-nav-swiper
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #383838;
    left: 1px;
    top: 1px;
    border-radius: 50%;
  }
  .home-content .home-nav-swiper .home-nav-img img {
    min-width: 100%;
  }
  .home-content .home-product-swiper,
  .home-content .home-product,
  .home-content .about-us,
  .home-content .home-partner,
  .home-content .home-contact,
  .home-content .industry-case,
  .home-content .home-news-center,
  .home-content .home-contact-head,
  .home-contact-us {
    display: none;
  }
  .home-content .home-product-m,
  .home-content .product-m-swiper,
  .home-content .home-product-list-m,
  .home-content .about-us-m,
  .home-content .home-partner-m-swiper,
  .home-content .home-contact-m,
  .home-content .industry-case-m,
  .home-content .home-news-center-m {
    display: block;
  }
  .home-content .home-product-m ul li:hover .home-product-list-out,
  .home-content .product-m-swiper ul li:hover .home-product-list-out,
  .home-content .home-product-list-m ul li:hover .home-product-list-out,
  .home-content .about-us-m ul li:hover .home-product-list-out,
  .home-content .home-partner-m-swiper ul li:hover .home-product-list-out,
  .home-content .home-contact-m ul li:hover .home-product-list-out,
  .home-content .industry-case-m ul li:hover .home-product-list-out,
  .home-content .home-news-center-m ul li:hover .home-product-list-out {
    display: flex;
  }
  .home-content .home-content-title h2 {
    font-size: 24px;
    line-height: 1em;
  }
  .home-content .home-content-title h2::after {
    display: none;
  }
  .home-content .home-content-title h4 {
    font-size: 12px;
  }
  .home-content .home-content-title {
    margin-top: 50px;
  }
  .home-footer-head {
    display: none;
  }
  .home-footer {
    display: block;
  }
  .home-footer .home-footer-title {
    padding-left: 7%;
  }
  .home-footer .home-footer-title h4 {
    font-size: 24px;
    line-height: 1.5em;
  }
  .home-footer .home-footer-title h5 {
    font-size: 16px;
    line-height: 1.5em;
  }
  .form-wx {
    width: 270px !important;
  }
  .home-header .container .logo img {
    width: 120px;
  }
  .download-nav,.download-nav-list,.mob,.home-download {
    display: none !important;
  }
  .main-table{
    display: block !important;
  }
}
